home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
mui37
/
mui37usr.readme
< prev
Wrap
Text File
|
1997-02-02
|
4KB
|
118 lines
Short: MagicUserInterface 3.7, user files
Author: stuntz@sasg.com
Uploader: stuntz@sasg.com
Version: 3.7
Type: util/libs
Replaces: util/libs/mui37usr.lha
************
*** NOTE ***
************
The original mui37usr.lha archive on Aminet (between 29-Jan-97 and
01-Feb-97, archive size 1014367 bytes) contained a few bad bugs that
could cause applications to crash under certain circumstances. It has
been replaced by this updated version (archive size 1016297 bytes) which
fixes these problems.
If you already downloaded the original archive and don't want to get the
whole Megabyte again, you can also get the small file
util/libs/mui37tu1.lha
and apply its patches to your old MUI 3.7 installation.
Applying the patches is only necessary and possible on old MUI 3.7
installations, i.e. when your file mui:docs/Changes contains
Version 3.7 (24-Jan-97)
as topmost entry. If you download this new archive instead, you'll
already have the bugfixed
Version 3.7tu1 (30-Jan-97)
and there's no need to apply the patches from mui37tu1.lha.
So again... you don't need to worry about anything if you just
downloaded this new archive.
Sorry for this little mess, have fun with MUI anyway!
Greetings, Stefan.
------------------------------------------------------------------------
Version 3.7tu1 (30-Jan-97)
------------------------------------------------------------------------
...just a few quick fixes...
- Listtree classes could crash under certain circumstances. This bug
affected MUI's preferences as well as other applications, eg IBrowse.
They should run well again with this fix.
- MUI would sometimes render a listview's contents outside of its box.
- PSI understands the new language catalogs.
- MUI's about window gives credit to the translators of the current
locale.
------------------------------------------------------------------------
Version 3.7 (24-Jan-97) (muimaster.library V18.174)
------------------------------------------------------------------------
* MINOR SASG UPDATE *
Still not registered for MUI yet? We set up something special to help
you support the Amigas future! Take your chance and play the unique
shareware lottery at http://www.sasg.com/
Order online and win some nice prices!
Changes for users:
- Fixed a few minor problems with the appearance of help bubbles.
- Context menus were inaccessible in windows without other MUI objects.
- Window popup menu entries for snapshot/unsnapshot no longer appear on
windows without this capability.
- Increased stack size of mui preferences. The previous versions stack
was a little too small which sometimes caused MUI to crash.
- Recompilation with SAS-C 6.57 fixes potential problems with
060 processors.
- Improved middle mouse button scrolling in virtual groups. Holding shift
enhances speed by 2, control by 4 and alt by 8.
- Fixed enforcer hit in volumelist class.
- The MUI window popup menu now works even if there are string gadgets
below.
Changes for programmers:
- Using an empty string (not a NULL pointer!) as title for
a popup menu will result in a titleless popup menu.
- Fixed MUIA_Window_AltLeftEdge/TopEdge/Width/Height attributes.
- Fixed misbehaviour when input/eventhandlers were added/removed
from inbetween other input/eventhandlers.
- Fixed a problem when input & eventhandlers were modified from within
other input & eventhandlers.
- Improved performance of MUIM_Group_Init/ExitChange in windows with
many objects.
- If you call MUIM_Application_ShowHelp with a NULL filename, MUI will
use the contents of MUIA_Application_HelpFile instead.
- If you call MUIM_Application_ShowHelp with (Object *)0xffffffff as window
reference object, MUI will use the first open child window of an application
as reference for a display screen automatically.
- Implemented MUIM_Create/DeleteBubble methods (area class) to allow programmer
controlled bubble appearance. Useful e.g. for indicating error conditions
on data entry forms.